home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / GRAPHICS / REALIZE.ZIP / SAMPLES / SAMP016.RDR < prev    next >
Encoding:
Text File  |  1994-05-23  |  283 b   |  15 lines

  1. * Advanced lighting
  2. *   Line 7 lowers the ambient light from a default of .1
  3.  
  4. global
  5.     sky cloudy
  6.     floor tiles
  7.     ambient_light .01
  8.     autolight_intensity .2
  9.  
  10. insert before_textures begin_insert
  11. #include "rshapes.inc"
  12. end_insert
  13.  
  14. block ELLIPS external Ellipsoid
  15.